home *** CD-ROM | disk | FTP | other *** search
- /*
- * SFskyedit - Star Fighter 3000 sky colours editor
- * Interpolation dbox
- * Copyright (C) 2001 Chris Bazley
- */
-
- #ifndef SFSInterpolate_h
- #define SFSInterpolate_h
-
- #include "toolbox.h"
-
- extern ObjectId Interpolate_sharedid;
- extern void Interpolate_initialise(ObjectId object);
-
- #endif
-